home *** CD-ROM | disk | FTP | other *** search
- object VRAbout: TVRAbout
- Left = 198
- Top = 220
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 105
- ClientWidth = 324
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 56
- Top = 32
- Width = 142
- Height = 15
- Caption = 'Voice Recognition Control'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 56
- Top = 8
- Width = 219
- Height = 23
- Caption = 'Grover Industries, Inc.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial Black'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Image1: TImage
- Left = 8
- Top = 16
- Width = 33
- Height = 33
- Picture.Data = {<image001.ico>}
- end
- object Label3: TLabel
- Left = 56
- Top = 48
- Width = 186
- Height = 13
- Caption = 'Copyright 1996..99 by Grover Industries'
- Transparent = True
- end
- object Label4: TLabel
- Left = 246
- Top = 0
- Width = 68
- Height = 14
- Caption = 'Version 3.0.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object Button1: TButton
- Left = 127
- Top = 72
- Width = 70
- Height = 23
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-